GUI Help > Special > getListViewItemText

getListViewItemText
str text=(getListViewItemText(handle gadget, int item, int subItem)

Description:
Retrieves the text of an item in a listview gadget.

Return Value:
See Above

Parameters:
gadget Handle of a listview gadget
item Zero-based index of the item whoose text you wish to retrieve.
subitem Specifies which column you want to get the text from, if the listview gadget is in report mode. If the gadget is not in report mode, or you want to get the main item text, set this parameter to 0.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)